home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / network / atre12.zip / MOSQUITO.ZIP / MOSQUITO.RC < prev    next >
Text File  |  1991-07-05  |  303b  |  16 lines

  1. #include <windows.h>
  2. #include "mosqwin.h"
  3. #include "mosqdlg.h"
  4.  
  5. #include "mosquito.dlg"
  6.  
  7. mosqico icon mosquito.ico
  8. mosqcur cursor mosquito.cur
  9.  
  10. MENU_RESOURCE MENU
  11.     {
  12.         MENUITEM "&Run!", IDM_RUN
  13.         MENUITEM "&About...", IDM_ABOUT
  14.         MENUITEM "&Bug Off!", IDM_EXIT
  15.     }
  16.